Xbasic

eval_initial Function

Syntax

A EVAL_INITIAL(Expression as C [,eval_context as C])

Arguments

ExpressionCharacter

An Xbasic expression.

eval_contextCharacter

Default = Primary table. Table_Name_List is a list of tables in a CR-LF delimited list. This parameter indicates what tables to open in order to evaluate the expression.

Returns

ResultAny Type

Return the result of the expression for initial values in the DBF table.

Description

Return the result of the expression (parses an expression stored in a string, and evaluates it) for initial values in table.

See Also